Rationalise xenstore header files a little. xenstored.h,
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 7 Oct 2005 15:49:29 +0000 (16:49 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 7 Oct 2005 15:49:29 +0000 (16:49 +0100)
commit5b013ee25684e0d3fb155123bd8ae33b8d465d60
tree95e738944b7d4b1b8f5e12914814f83af076f2f6
parent79133a09fb76091261c5a2aac1b8bb84432eb02a
Rationalise xenstore header files a little. xenstored.h,
which defines aspects of the 'wire' protocol between
xs daemon and clients in user and kernel land, is now
xs_wire.h and moved to xen's public/io directory. From there
it is more easily accessible by kernels.

Signed-off-by: Keir Fraser <keir@xensource.com>
15 files changed:
.hgignore
linux-2.6-xen-sparse/arch/ia64/Makefile
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_dev.c
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c
linux-2.6-xen-sparse/include/asm-xen/xenbus.h
linux-2.6-xen-sparse/mkbuildtree
tools/xenstore/speedtest.c
tools/xenstore/xenstored.h [deleted file]
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xs.c
tools/xenstore/xs.h
tools/xenstore/xs_crashme.c
tools/xenstore/xs_lib.h
xen/include/public/io/xs_wire.h [new file with mode: 0644]